Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add admin-related events #46

Merged
merged 4 commits into from
May 16, 2023
Merged

feat: add admin-related events #46

merged 4 commits into from
May 16, 2023

Conversation

tkxkd0159
Copy link
Member

@tkxkd0159 tkxkd0159 commented May 9, 2023

Description

closes: #XXXX

ref. CosmWasm#1179

Motivation and context

How has this been tested?

Screenshots (if appropriate):

Checklist:

  • I followed the contributing guidelines and code of conduct.
  • I have added a relevant changelog to CHANGELOG.md
  • I have added tests to cover my changes.
  • I have updated the documentation accordingly.
  • I have updated API documentation client/docs/swagger-ui/swagger.yaml

@tkxkd0159 tkxkd0159 self-assigned this May 9, 2023
@codecov
Copy link

codecov bot commented May 10, 2023

Codecov Report

Merging #46 (01cdbf1) into main (514953c) will increase coverage by 0.02%.
The diff coverage is 92.59%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #46      +/-   ##
==========================================
+ Coverage   60.83%   60.86%   +0.02%     
==========================================
  Files          80       80              
  Lines        9879     9894      +15     
==========================================
+ Hits         6010     6022      +12     
- Misses       3553     3555       +2     
- Partials      316      317       +1     
Impacted Files Coverage Δ
app/ante.go 56.09% <ø> (ø)
app/app.go 88.01% <ø> (ø)
app/encoding.go 100.00% <ø> (ø)
app/export.go 12.30% <ø> (ø)
app/test_access.go 0.00% <ø> (ø)
app/test_helpers.go 0.64% <ø> (ø)
appplus/app.go 88.82% <ø> (ø)
appplus/encoding.go 100.00% <ø> (ø)
appplus/export.go 47.69% <ø> (ø)
appplus/genesis.go 100.00% <ø> (ø)
... and 68 more

@tkxkd0159 tkxkd0159 changed the title feat: add admin-related events in docs feat: add admin-related events May 10, 2023
@tkxkd0159 tkxkd0159 marked this pull request as ready for review May 10, 2023 06:41
@tkxkd0159 tkxkd0159 requested a review from zemyblue May 10, 2023 06:41
@tkxkd0159 tkxkd0159 merged commit bffff77 into main May 16, 2023
@tkxkd0159 tkxkd0159 deleted the add-admin-evt branch May 16, 2023 07:51
loloicci added a commit that referenced this pull request Jun 14, 2023
…#53)

* build: replace line repositories with finschia repositories (#30)

* build: replace line repositories with finschia repositories

* Update x/wasmplus/README.md

Co-authored-by: zemyblue <zemyblue@gmail.com>

* Update x/wasm/ibc_reflect_test.go

Co-authored-by: zemyblue <zemyblue@gmail.com>

* Update .github/dependabot.yml

Co-authored-by: jaeseung-bae <119839167+jaeseung-bae@users.noreply.github.com>

* Update CHANGELOG.md

Co-authored-by: jaeseung-bae <119839167+jaeseung-bae@users.noreply.github.com>

* Update CHANGELOG.md

Co-authored-by: jaeseung-bae <119839167+jaeseung-bae@users.noreply.github.com>

* docs: replace a comment contains line with finschia one

* build: replace line in Dockerfile with finschia

* docs: replace line in README.md with Finschia

* docs: update CHANGELOG

---------

Co-authored-by: zemyblue <zemyblue@gmail.com>
Co-authored-by: jaeseung-bae <119839167+jaeseung-bae@users.noreply.github.com>

* chore: update changelog for release v0.1.3 (#31)

* fix: stop wrap twice the response of handling non-plus wasm message in plus handler (#35)

* fix: stop wrap twice non-plus wasm hander's response

fix #33

* test: add tests handling non-plus wasm messages

* docs: add this PR to CHANGELOG.md

* fix: reflect golangci-lint

* fix: simplify how to handle the message in wasmplus

* chore: update notice (#44)

* chore: update notice

* chore: update changelog

* fix: delete unnecessary test (#43)

* fix: delete unnecessary test

* docs: add CHANGELOG

* feat: add admin-related events (#46)

* add admin-related events in docs
* fix ClearAdmin event
* cherry-pick upstream admin-related events update

* chore: update changelog for release v0.1.4 (#49)

* build: update depending wasmvm to v1.1.1-0.11.2-dynamiclink2 and update tests

---------

Co-authored-by: zemyblue <zemyblue@gmail.com>
Co-authored-by: jaeseung-bae <119839167+jaeseung-bae@users.noreply.github.com>
Co-authored-by: Daisuke Iuchi <42408108+da1suk8@users.noreply.github.com>
Co-authored-by: Jayden Lee <41176085+tkxkd0159@users.noreply.github.com>
0Tech pushed a commit that referenced this pull request Nov 7, 2023
* add admin-related events in docs
* fix ClearAdmin event
* cherry-pick upstream admin-related events update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants